home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 150 / cd-rom 150.iso / internet / winsuite / WindowsUpdateAgent30-x86.exe / wuauhelp.chm_en / couaprint.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-06-29  |  2.7 KB  |  106 lines

  1. /* Last updated - 05/15/02 - AMS */
  2.  
  3.  
  4. body        { font-size: 70%;            
  5.         font-family: Verdana, Arial, MS Sans Serif;
  6.         margin-left: 0em;
  7.         padding-left: 1.5em;  }
  8.         
  9. h1
  10.         { font-size: 150%; 
  11.         margin-bottom: .5em; clear:both; width: 85%; }
  12.  
  13. h2
  14.         { font-size: 130%;  
  15.         margin-top: 1.5em;
  16.         margin-bottom: .5em; clear:both; }
  17.  
  18. h3
  19.         { font-size: 115%; 
  20.         margin-top: 1.2em;  
  21.         margin-bottom: .5em; clear:both; }
  22.  
  23. h4
  24.         { font-size: 107%; 
  25.         margin-top: 1.2em;  
  26.         margin-bottom: .5em; clear:both; }
  27.  
  28. h5
  29.         { font-size: 105%; 
  30.         margin-top: 1.2em;  
  31.         margin-bottom: .5em; clear:both; }
  32.  
  33.  
  34. p        { margin-top: .5em; margin-bottom: .75em; }
  35.  
  36. p.procLabel    { font-weight: bold; }
  37.  
  38. p.note        { margin-bottom: 0em; }
  39. p.important    { margin-bottom: 0em; }
  40. p.caution    { margin-bottom: 0em;  }
  41. p.warning    { margin-bottom: 0em; }
  42.  
  43. p.relTopics    { margin-left: 1.5em; margin-top: -1.7em; margin-bottom: 1em; }
  44.  
  45. P.hidden {color: #ffffff; visibility: hidden; display: none;}
  46.  
  47. ul        { margin-top: 0em; margin-left: 1.5em; list-style-type: disc; }
  48. ul li        { margin-top: .25em; }
  49.  
  50. ol        { margin-top: 1em; margin-left: 2em; }
  51.  
  52.  
  53. table          { font-size: 100%; border-collapse: collapse; }
  54. th         { text-align:left; border-style: solid; border-width: 1px; border-bottom-width: 2px;  }
  55. td         { border-style: solid; border-width: 1px; }
  56.  
  57. dt        { margin-top: 1em; margin-left: 1em; }
  58. dd        { margin-left: 1.5em; }
  59. dl.indent    { margin-left: 2.0em; }
  60.  
  61. img.shortcut     { border: none; margin-right: 0.5em; }
  62.  
  63.  
  64. /* Styles used for expand/collapse information */
  65.  
  66. div.expand        { margin-left: 1.5em; display: block !important;  }
  67. img.expand         { margin-left: 1.5em; display: none !important; }             
  68.  
  69.  
  70. /* Styles used for (not) printing thumbnails */
  71.  
  72. span.webOnly    {display:none !important; }
  73. span.printonly    { display:inline !important; }
  74.  
  75.  
  76. /* Styles used for Previous/Next navigation */
  77.  
  78. #nav    { display:none; }
  79. #text    { overflow:visible; }
  80.  
  81. /* Testing to see if this removes underline and color from bookmarks */
  82.  
  83. H1 a:link     { text-decoration: none; }
  84. H2 a:link     { text-decoration: none; }
  85. H3 a:link     { text-decoration: none; }
  86. dt a:link     { text-decoration: none; }
  87.  
  88. a:link, a:visited     { color: #000000; text-decoration: underline; }
  89.  
  90. /* Indent this tag to match the online display */
  91. p.indent    { margin-left: 1.3em; }   
  92. p.indent2    { margin-left: 3.5em; }
  93.  
  94. TABLE.nested
  95. {
  96.     MARGIN-LEFT: .5em;
  97.     MARGIN-RIGHT: .5em;
  98.     MARGIN-TOP: .25em;
  99.     MARGIN-BOTTOM: .25em;
  100. }
  101.  
  102. /* Added the following DIV 05/15/02 to create a new indent for use by anyone but required by the .NET Server Implementation Guides. - AMS*/
  103.  
  104. DIV.indent    {margin-left: 1.3em; }
  105.  
  106. DIV.pagebreak    { page-break-before: always; }